home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / jackingin / dnet2_10_13 / amiga / installation < prev    next >
Text File  |  1995-04-30  |  5KB  |  147 lines

  1.  
  2.             BASIC INSTALLATION AND RUN
  3.  
  4.                --- AMIGA INSTALL ---
  5.  
  6.     The 1.3 (or greater) serial.device must be used
  7.  
  8.     The following must exist in L: and be mounted.
  9.  
  10.     L:NULL-HANDLER
  11.     L:DPIPE-HANDLER (only required if you use the remote cli server)
  12.  
  13.  
  14.     The following must exist in S:
  15.  
  16.     S:DNET.SERVERS
  17.     S:DNET.CONFIG
  18.  
  19.     You may have to modify S:DNET.CONFIG to appropriately handle the
  20.     CONNECT message of your modem.
  21.  
  22.     If you do not have a logical DNET: assignment where the server
  23.     executables are in DNET:AMIGA/BIN then you must modify S:DNET.SERVERS
  24.     to point to the appropriate server executables.
  25.  
  26.     Make sure your path includes DNET:AMIGA/BIN or wherever you have placed
  27.     the client executables.  This is required so DNET knows how to find
  28.     the FTERM executable when starting up the automatic FTERM.
  29.  
  30.  
  31.             --- UNIX INSTALL ---
  32.  
  33.     You must set the enviroment variable DNETDIR in your .cshrc to an
  34.     initially empty directory (i.e. create an unobstrusive directory).  This
  35.     directory will hold the UNIX domain sockets DNet uses to communicate.
  36.     Security on the UNIX side is solely determined by who has access to this
  37.     directory.    For example:
  38.  
  39.     Extract the distribution.
  40.  
  41.     % cd dnet
  42.     % MAKE        (you may have to chmod this +x, this is a shell script)
  43.  
  44.     This compiles the code.  Binaries should exist in dnet/unix/bin.  If
  45.     you have problems not easily fixed please email me.  Note that the
  46.     source only compiles on systems compatible with BSD 4.3 .  The code
  47.     should compile on Suns running 3.5 but does not appear to run on
  48.     suns running 4.0 (??).  The code compiles and runs on Dynix system
  49.     3.0.12 or higher.  The code has been found to compile pretty well
  50.     on Sys V *with* berkeley socket extensions.
  51.  
  52.     % cd ~
  53.     % mkdir .DNET
  54.     % vi .cshrc     (and add the following line)
  55.     setenv DNETDIR ~/.DNET/
  56.     % source .cshrc    (make sure the change is made part of your shell)
  57.  
  58.     NOTE the trailing slash (/) on the DNETDIR enviroment variable.  Do
  59.     not forget this.
  60.  
  61.     Copy the UNIX dnet.servers file into ~/.DNET (or whatever directory
  62.     you had defined from DNETDIR.
  63.  
  64.  
  65.             ******** RUN *******
  66.  
  67.     Sequence of events (basic options, see dnet.doc for other options).
  68.     2400 baud is assumed in the below example, simply change where it
  69.     applies if running at a different baud rate.
  70.  
  71.     (1) on amiga
  72.  
  73.         (i) The connection to your system is 7 bits and parity is
  74.         ignored.
  75.  
  76.             1> run dnet -b2400 -P0 -Z0
  77.  
  78.         (ii) The connection to your system is 7 bits even parity and
  79.         parity is enforced.
  80.  
  81.             1> run DNET -b2400 -P0 -Z2
  82.  
  83.         (iii) The connection to your system is 8 bits and supports raw
  84.         8 bit transfers (no parity).
  85.  
  86.             1> run DNET -b2400 -P0 -Z0 -m0
  87.  
  88.         Other combinations may apply, see doc/dnet.doc for details. The
  89.         -P option selects the protocol and -Z selects parity.
  90.  
  91.     (2) From small DNet window now open on the amiga.
  92.  
  93.         Use the AT command set or otherwise instruct your modem to
  94.         dial your system.  For hard connections where no modem exists
  95.         this is not necessary, though with some hard connections you
  96.         will need to use the SEND-BREAK menu option to send a line
  97.         break to get a system prompt.
  98.  
  99.         Log into your UNIX account
  100.  
  101.     (3) From the UNIX prompt:   (be sure the DNETDIR enviroment variable
  102.         is set appropriately and your path contains the dnet executable
  103.         and clients.
  104.  
  105.         (i) The connection to your system is 7 bits and parity is ignored,
  106.  
  107.             % dnet
  108.  
  109.         (ii) The connection to your system is 7 bits even parity and parity
  110.         is enforced
  111.  
  112.             % stty -odd
  113.             % dnet
  114.  
  115.         (iii) The connection to your system is 8 bits
  116.  
  117.             % dnet -m0
  118.  
  119.     (4) At this point the small dnet window should disappear.  After a
  120.         few seconds an FTERM window should open and after another small
  121.         delay give you a shell prompt.
  122.  
  123.         Congratulations, you are running DNet.
  124.  
  125.         Now you may do all sorts of things.  You may run other FTERM
  126.         windows from your amiga (1> run fterm) and therefore have
  127.         several shell windows... you can run file transfer clients
  128.         (putfiles and getfiles) on either the amiga or unix sides, etc...
  129.         read the documentation in the doc directory for more info.
  130.  
  131.  
  132.                 SHUTTING DOWN
  133.  
  134.     Logging out of an FTERM window does not kill DNet.  To kill DNet
  135.     use the 'quitdnet' command on the Amiga side.  This should kill all
  136.     connections and bring back the original small dnet window with the
  137.     original shell prompt from which you should be able to log out
  138.     normally.  If you are unable to get the original shell prompt in
  139.     the small dnet window you may have to restart the protocol (menu
  140.     option) and try 'quitdnet' again.  If all else fails simply hanging
  141.     up the modem should work (in which case you BREAK the dnet process
  142.     on the Amiga side).
  143.  
  144.  
  145.  
  146.  
  147.